home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Resistances / ProOne: Electronics: Resistances.iso / cdbackup / progfile.sfs / ELECT132.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1998-04-23  |  76KB  |  1,883 lines

  1. object MainForm: TMainForm
  2.   Left = 257
  3.   Top = 109
  4.   Width = 640
  5.   Height = 480
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Main Form'
  9.   Color = clSilver
  10.   Font.Color = clBlack
  11.   Font.Height = -17
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   PixelsPerInch = 120
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnActivate = MainFormOnActivate
  21.   OnCreate = MainFormOnCreate
  22.   OnDestroy = MainFormOnDestroy
  23.   OnShow = MainFormOnShow
  24.   TextHeight = 19
  25.   object MainPanel: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 632
  29.     Height = 427
  30.     Align = alClient
  31.     BevelOuter = bvNone
  32.     Color = clSilver
  33.     Font.Color = clBlack
  34.     Font.Height = -17
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 2
  39.     object ImageChapterBackground: TImage
  40.       Left = 0
  41.       Top = 0
  42.       Width = 632
  43.       Height = 427
  44.       Align = alClient
  45.     end
  46.   end
  47.   object PnlLessonsSubMenu: TPanel
  48.     Left = 91
  49.     Top = 60
  50.     Width = 450
  51.     Height = 307
  52.     BevelInner = bvRaised
  53.     BevelWidth = 2
  54.     Color = clSilver
  55.     TabOrder = 0
  56.     Visible = False
  57.     object ImageLessonsBackground: TImage
  58.       Left = 4
  59.       Top = 4
  60.       Width = 442
  61.       Height = 299
  62.       Align = alClient
  63.     end
  64.   end
  65.   object Notebook1: TNotebook
  66.     Left = 0
  67.     Top = 0
  68.     Width = 632
  69.     Height = 427
  70.     Align = alClient
  71.     Font.Color = clBlack
  72.     Font.Height = -18
  73.     Font.Name = 'Arial'
  74.     Font.Style = []
  75.     PageIndex = 2
  76.     ParentFont = False
  77.     TabOrder = 1
  78.     Visible = False
  79.     object TPage
  80.       Left = 0
  81.       Top = 0
  82.       Caption = 'Question'
  83.       object TiledImage0: TTiledImage
  84.         Left = 0
  85.         Top = 0
  86.         Width = 632
  87.         Height = 427
  88.         Align = alClient
  89.       end
  90.       object PnlInstructions: TPanel
  91.         Left = 15
  92.         Top = 39
  93.         Width = 545
  94.         Height = 49
  95.         BevelInner = bvLowered
  96.         BevelOuter = bvLowered
  97.         Color = clSilver
  98.         TabOrder = 11
  99.         object MwpInstruct: TUdcMWPStandard
  100.           Left = 2
  101.           Top = 2
  102.           Width = 541
  103.           Height = 45
  104.           Cursor = crIBeam
  105.           Align = alClient
  106.           Font.Color = clBlack
  107.           Font.Height = -18
  108.           Font.Name = 'Times New Roman'
  109.           Font.Style = []
  110.           ParentColor = False
  111.           ParentFont = False
  112.           TabOrder = 0
  113.           Alignment = ualLeftJustify
  114.           LineSpacing = lsSingle
  115.           LSVariableSpacing = 1.250000000000000000
  116.           BottomMargin = 1.000000000000000000
  117.           LeftMargin = 1.000000000000000000
  118.           PageHeight = 11.000000000000000000
  119.           PageWidth = 8.500000000000000000
  120.           RightMargin = 1.000000000000000000
  121.           TopMargin = 1.000000000000000000
  122.           FooterFont.Color = clWindowText
  123.           FooterFont.Height = -13
  124.           FooterFont.Name = 'Times New Roman'
  125.           FooterFont.Style = []
  126.           FooterMargin = 0.500000000000000000
  127.           FooterOnFirst = False
  128.           HeaderFont.Color = clWindowText
  129.           HeaderFont.Height = -13
  130.           HeaderFont.Name = 'Times New Roman'
  131.           HeaderFont.Style = []
  132.           HeaderMargin = 0.500000000000000000
  133.           HeaderOnFirst = False
  134.           AutoHTML = False
  135.           HTMLActiveLinkColor = clBlack
  136.           HTMLBackgroundColor = clSilver
  137.           HTMLMode = False
  138.           HTMLVisitedLinkColor = clBlack
  139.           HyperlinkColor = clBlue
  140.           HyperLinkCursor = 2
  141.           LoadHTMLAsText = False
  142.           WrapToWindow = False
  143.           WantHyperlinks = False
  144.           BorderStyle = bsNone
  145.           CaretWidth = 2
  146.           Color = clWhite
  147.           CountSpaces = False
  148.           EndToBottom = False
  149.           ForbidSelection = False
  150.           HomeToTop = False
  151.           InsertMode = True
  152.           MaxLength = 0
  153.           ReadOnly = True
  154.           ScrollBars = ssNone
  155.           SelColor = clHighlight
  156.           SelTextColor = clHighlightText
  157.           StartAtTop = False
  158.           StatusMessage = 'Ready.'
  159.           VerticalCaret = False
  160.           WantTabs = True
  161.           WordWrap = False
  162.           PageNumberAlignment = taRightJustify
  163.           PageNumberFont.Color = clWindowText
  164.           PageNumberFont.Height = -13
  165.           PageNumberFont.Name = 'Times New Roman'
  166.           PageNumberFont.Style = []
  167.           PageNumbering = False
  168.           PrintingInfo.Copies = 1
  169.           PrintingInfo.PageRange = 'ALL'
  170.           PrintingInfo.ToPrint = tpAllPagesInRange
  171.           PrintingInfo.UseFooter = False
  172.           PrintingInfo.UseHeader = False
  173.           PrintingInfo.UseAbortDialog = True
  174.           ShowImageAsFrame = False
  175.           ShowWhichCodes = []
  176.           DefaultTabStop = 0.200000002980232200
  177.           ShadowOffset = 7
  178.           ShowCaret = True
  179.           Transparent = False
  180.           UpdateDisplay = True
  181.           AutoPageBreaks = False
  182.           BackgroundDisplay = bkTile
  183.           EndOfDocLine = False
  184.           Magnification = 100
  185.           UseCompression = False
  186.           UseStyles = False
  187.           VisibleMargin = False
  188.           WantAutoCorrect = True
  189.           WantHandles = True
  190.           AutoSpellCheck = False
  191.           CountCR = True
  192.           DecimalChar = '.'
  193.           DragDropCursor = 3
  194.           Filter = 
  195.             'Rich Text Format (*.rtf)|*.rtf|HyperText Markup Language (*.htm)' +
  196.             '|*.htm|Plain text (*.txt)|*.txt|All files (*.*)|*.*'
  197.           LastExtension = 0
  198.           LeftBufferWidth = 5
  199.           OEMConvert = False
  200.           WantRedo = True
  201.           WantUndo = True
  202.           WildCard = '*'
  203.           Gridlines = True
  204.           TablesIn3D = False
  205.           KeywordsCaseSensitive = False
  206.           WantKeywords = False
  207.           Orientation = poPortrait
  208.           AutoBackup.Enabled = False
  209.           AutoBackup.FilenamePrefix = '$MWP'
  210.           AutoBackup.HowOften = 10
  211.           AutoBackup.Directory = 'C:\WINDOWS\TEMP\'
  212.           AutoBackup.AutoRecover = False
  213.           BackupExtension = 'BAK'
  214.           BlinkDelay = 1000
  215.           Blinking = False
  216.           CompressionType = uctLZH
  217.           CreateBackup = False
  218.           PromptForProperties = False
  219.           RevisionFont1.Color = clWindowText
  220.           RevisionFont1.Height = -13
  221.           RevisionFont1.Name = 'Times New Roman'
  222.           RevisionFont1.Style = []
  223.           RevisionFont2.Color = clWindowText
  224.           RevisionFont2.Height = -13
  225.           RevisionFont2.Name = 'Times New Roman'
  226.           RevisionFont2.Style = []
  227.           RevisionFont3.Color = clWindowText
  228.           RevisionFont3.Height = -13
  229.           RevisionFont3.Name = 'Times New Roman'
  230.           RevisionFont3.Style = []
  231.           UseEncryption = False
  232.           PageLayoutMode = False
  233.           PaperType = ptLetter
  234.           WantDragDrop = True
  235.         end
  236.       end
  237.       object PnlQstAns: TPanel
  238.         Left = 15
  239.         Top = 105
  240.         Width = 545
  241.         Height = 264
  242.         BevelInner = bvLowered
  243.         BevelOuter = bvLowered
  244.         Color = clSilver
  245.         TabOrder = 12
  246.         object MwpQuestion: TUdcMWPStandard
  247.           Left = 2
  248.           Top = 2
  249.           Width = 541
  250.           Height = 260
  251.           Cursor = crIBeam
  252.           Align = alClient
  253.           Font.Color = clBlack
  254.           Font.Height = -18
  255.           Font.Name = 'Times New Roman'
  256.           Font.Style = []
  257.           ParentColor = False
  258.           ParentFont = False
  259.           TabOrder = 0
  260.           Alignment = ualLeftJustify
  261.           LineSpacing = lsSingle
  262.           LSVariableSpacing = 1.250000000000000000
  263.           BottomMargin = 1.000000000000000000
  264.           LeftMargin = 1.000000000000000000
  265.           PageHeight = 11.000000000000000000
  266.           PageWidth = 8.500000000000000000
  267.           RightMargin = 1.000000000000000000
  268.           TopMargin = 1.000000000000000000
  269.           FooterFont.Color = clWindowText
  270.           FooterFont.Height = -13
  271.           FooterFont.Name = 'Times New Roman'
  272.           FooterFont.Style = []
  273.           FooterMargin = 0.500000000000000000
  274.           FooterOnFirst = False
  275.           HeaderFont.Color = clWindowText
  276.           HeaderFont.Height = -13
  277.           HeaderFont.Name = 'Times New Roman'
  278.           HeaderFont.Style = []
  279.           HeaderMargin = 0.500000000000000000
  280.           HeaderOnFirst = False
  281.           AutoHTML = False
  282.           HTMLActiveLinkColor = clBlack
  283.           HTMLBackgroundColor = clSilver
  284.           HTMLMode = False
  285.           HTMLVisitedLinkColor = clBlack
  286.           HyperlinkColor = clBlue
  287.           HyperLinkCursor = 2
  288.           LoadHTMLAsText = False
  289.           WrapToWindow = False
  290.           WantHyperlinks = False
  291.           BorderStyle = bsNone
  292.           CaretWidth = 2
  293.           Color = clWhite
  294.           CountSpaces = False
  295.           EndToBottom = False
  296.           ForbidSelection = False
  297.           HomeToTop = False
  298.           InsertMode = True
  299.           MaxLength = 0
  300.           ReadOnly = True
  301.           ScrollBars = ssNone
  302.           SelColor = clHighlight
  303.           SelTextColor = clHighlightText
  304.           StartAtTop = False
  305.           StatusMessage = 'Ready.'
  306.           VerticalCaret = False
  307.           WantTabs = True
  308.           WordWrap = False
  309.           PageNumberAlignment = taRightJustify
  310.           PageNumberFont.Color = clWindowText
  311.           PageNumberFont.Height = -13
  312.           PageNumberFont.Name = 'Times New Roman'
  313.           PageNumberFont.Style = []
  314.           PageNumbering = False
  315.           PrintingInfo.Copies = 1
  316.           PrintingInfo.PageRange = 'ALL'
  317.           PrintingInfo.ToPrint = tpAllPagesInRange
  318.           PrintingInfo.UseFooter = False
  319.           PrintingInfo.UseHeader = False
  320.           PrintingInfo.UseAbortDialog = True
  321.           ShowImageAsFrame = False
  322.           ShowWhichCodes = []
  323.           DefaultTabStop = 0.200000002980232200
  324.           ShadowOffset = 7
  325.           ShowCaret = True
  326.           Transparent = False
  327.           UpdateDisplay = True
  328.           AutoPageBreaks = False
  329.           BackgroundDisplay = bkTile
  330.           EndOfDocLine = False
  331.           Magnification = 100
  332.           UseCompression = False
  333.           UseStyles = False
  334.           VisibleMargin = False
  335.           WantAutoCorrect = True
  336.           WantHandles = True
  337.           AutoSpellCheck = False
  338.           CountCR = True
  339.           DecimalChar = '.'
  340.           DragDropCursor = 3
  341.           Filter = 
  342.             'Rich Text Format (*.rtf)|*.rtf|HyperText Markup Language (*.htm)' +
  343.             '|*.htm|Plain text (*.txt)|*.txt|All files (*.*)|*.*'
  344.           LastExtension = 0
  345.           LeftBufferWidth = 5
  346.           OEMConvert = False
  347.           WantRedo = True
  348.           WantUndo = True
  349.           WildCard = '*'
  350.           Gridlines = True
  351.           TablesIn3D = False
  352.           KeywordsCaseSensitive = False
  353.           WantKeywords = False
  354.           Orientation = poPortrait
  355.           AutoBackup.Enabled = False
  356.           AutoBackup.FilenamePrefix = '$MWP'
  357.           AutoBackup.HowOften = 10
  358.           AutoBackup.Directory = 'C:\WINDOWS\TEMP\'
  359.           AutoBackup.AutoRecover = False
  360.           BackupExtension = 'BAK'
  361.           BlinkDelay = 1000
  362.           Blinking = False
  363.           CompressionType = uctLZH
  364.           CreateBackup = False
  365.           PromptForProperties = False
  366.           RevisionFont1.Color = clWindowText
  367.           RevisionFont1.Height = -13
  368.           RevisionFont1.Name = 'Times New Roman'
  369.           RevisionFont1.Style = []
  370.           RevisionFont2.Color = clWindowText
  371.           RevisionFont2.Height = -13
  372.           RevisionFont2.Name = 'Times New Roman'
  373.           RevisionFont2.Style = []
  374.           RevisionFont3.Color = clWindowText
  375.           RevisionFont3.Height = -13
  376.           RevisionFont3.Name = 'Times New Roman'
  377.           RevisionFont3.Style = []
  378.           UseEncryption = False
  379.           PageLayoutMode = False
  380.           PaperType = ptLetter
  381.           WantDragDrop = True
  382.         end
  383.       end
  384.       object BtnInstructions: TBitBtn
  385.         Left = 575
  386.         Top = 48
  387.         Width = 45
  388.         Height = 41
  389.         Hint = 'Click here to listen to the instructions'
  390.         Default = True
  391.         TabOrder = 0
  392.         OnClick = InstructionsClick
  393.         Glyph.Data = {
  394.           76020000424D7602000000000000760000002800000020000000200000000100
  395.           0400000000000002000000000000000000000000000000000000000000000000
  396.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  397.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  398.           7777777777777777777777777777777777777777777777777777777777777777
  399.           7700077777777977777777777777777770080007777797777777777777777777
  400.           0080887077797777777777777777777008088778077777777777777777777700
  401.           8808778707777777779777777777700780877777707777779977777777700088
  402.           8077777770777779777777777700888880778787707779977777777770078878
  403.           8077777770779777777777770088888807777777770777777997777008888888
  404.           0787707787077799977770008887887807770807770799777777080778888888
  405.           0777080777077777777708088878878707870807770777777777080877888888
  406.           0777080777079999999708078887878708770807870777777777070777877888
  407.           0787080777077777777707077778887808880807770799777777700077777787
  408.           0878807787077799977777700777778808887887770777777997777700777778
  409.           0888887878077777777777777007777880878888807797777777777777007777
  410.           8088878780777997777777777770077780878888807777797777777777770008
  411.           8088878880777777997777777777770088088888077777777797777777777770
  412.           0807887807797777777777777777777700808880777797777777777777777777
  413.           7008000777777977777777777777777777000777777777777777}
  414.       end
  415.       object BtnQstPrev: TBitBtn
  416.         Left = 301
  417.         Top = 380
  418.         Width = 85
  419.         Height = 36
  420.         Hint = 'Click here to move to the previous question'
  421.         Caption = 'Previous'
  422.         Font.Color = clBlack
  423.         Font.Height = -15
  424.         Font.Name = 'Arial'
  425.         Font.Style = [fsBold]
  426.         ParentFont = False
  427.         TabOrder = 8
  428.         OnClick = ChangeQuestionClick
  429.         OnMouseDown = ButtonOnMouseDown
  430.         Glyph.Data = {
  431.           76010000424D7601000000000000760000002800000020000000100000000100
  432.           0400000000000001000000000000000000000000000000000000000000000000
  433.           80000080000000808000800000008000800080800000C0C0C000808080000000
  434.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00338333333333
  435.           833333733333333373333C833333333C833338733333333873333C83333333CC
  436.           833338733333338873333C8333333CCC833338733333388873333C833333CCCC
  437.           833338733333888873333C83333CCCCC833338733338888873333C8333CCCCCC
  438.           833338733388888873333C833CCCCCCC833338733888888873333C83CCCCCCCC
  439.           833338738888888873333C833CCCCCCC833338733888888873333C8333CCCCCC
  440.           833338733388888873333C83333CCCCC833338733338888873333C833333CCCC
  441.           833338733333888873333C8333333CCC833338733333388873333C83333333CC
  442.           833338733333338873333C333333333C83333833333333387333}
  443.         NumGlyphs = 2
  444.         Spacing = 2
  445.       end
  446.       object BtnQstNext: TBitBtn
  447.         Left = 390
  448.         Top = 380
  449.         Width = 85
  450.         Height = 36
  451.         Hint = 'Click here to move to the next question'
  452.         Caption = 'Next '
  453.         Font.Color = clBlack
  454.         Font.Height = -15
  455.         Font.Name = 'Arial'
  456.         Font.Style = [fsBold]
  457.         ParentFont = False
  458.         TabOrder = 9
  459.         OnClick = ChangeQuestionClick
  460.         OnMouseDown = ButtonOnMouseDown
  461.         Glyph.Data = {
  462.           76010000424D7601000000000000760000002800000020000000100000000100
  463.           0400000000000001000000000000000000000000000000000000000000000000
  464.           80000080000000808000800000008000800080800000C0C0C000808080000000
  465.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00338333333333
  466.           833333F333333333F33333C83333333C8333338F33333338F33333CC8333333C
  467.           83333388F3333338F33333CCC833333C833333888F333338F33333CCCC83333C
  468.           8333338888F33338F33333CCCCC8333C83333388888F3338F33333CCCCCC833C
  469.           833333888888F338F33333CCCCCCC83C8333338888888F38F33333CCCCCCCC3C
  470.           8333338888888838F33333CCCCCCC33C8333338888888338F33333CCCCCC333C
  471.           8333338888883338F33333CCCCC3333C8333338888833338F33333CCCC33333C
  472.           8333338888333338F33333CCC333333C8333338883333338F33333CC3333333C
  473.           8333338833333338F33333C33333333C33333383333333383333}
  474.         Layout = blGlyphRight
  475.         NumGlyphs = 2
  476.         Spacing = 2
  477.       end
  478.       object BtnVideoLesson0: TBitBtn
  479.         Left = 572
  480.         Top = 170
  481.         Width = 51
  482.         Height = 61
  483.         Hint = 'Play the Lesson Introduction video'
  484.         Caption = 'Lesson'
  485.         Font.Color = clBlack
  486.         Font.Height = -13
  487.         Font.Name = 'Arial'
  488.         Font.Style = []
  489.         ParentFont = False
  490.         TabOrder = 2
  491.         OnClick = VideoBtnClick
  492.         OnMouseDown = ButtonOnMouseDown
  493.         Glyph.Data = {
  494.           76020000424D7602000000000000760000002800000020000000200000000100
  495.           0400000000000002000000000000000000000000000010000000000000000000
  496.           80000080000000808000800000008000800080800000C0C0C000808080000000
  497.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  498.           3333333333333333333333333333333333333333333333333333300333333333
  499.           30033333333333333333088033333333088033333333333333330F7803333330
  500.           8880333333333333333330F78000000888030000003333333333330F78888888
  501.           80308888880333333333300000000000000F7777780333333333088888888888
  502.           880FFFFFF803333330000F7777777777778000000033333308800F799AABBCCE
  503.           E78888803330000088800F799AABBCCEE77777700008888087700F7777777777
  504.           777777708808888077700F7787878787878787708807777077700F7878787878
  505.           787878707707777077700F777777777777777770FF07777077700F7778877788
  506.           77778870FF0FFFF077700F7799877DD8777CC870000FFFF0F7700F7799777DD7
  507.           777CC77003300000FFF00F777777777777777770333333330FF00FFFFFFFFFFF
  508.           FFFFFFF03333333330003000000000000000000333333333333330F803333333
  509.           33333333333333333333330F80000003333333333333333333333330F7777770
  510.           3333333333333333333333330000000333333333333333333333333333333333
  511.           3333333333333333333333333333333333333333333333333333333333333333
  512.           3333333333333333333333333333333333333333333333333333333333333333
  513.           3333333333333333333333333333333333333333333333333333}
  514.         Layout = blGlyphTop
  515.         Margin = 0
  516.         Spacing = 6
  517.       end
  518.       object BtnVideoChapter0: TBitBtn
  519.         Left = 572
  520.         Top = 106
  521.         Width = 51
  522.         Height = 61
  523.         Hint = 'Play the Chapter Introduction video'
  524.         Caption = 'Chapter'
  525.         Font.Color = clBlack
  526.         Font.Height = -13
  527.         Font.Name = 'Arial'
  528.         Font.Style = []
  529.         ParentFont = False
  530.         TabOrder = 1
  531.         OnClick = VideoBtnClick
  532.         OnMouseDown = ButtonOnMouseDown
  533.         Glyph.Data = {
  534.           76020000424D7602000000000000760000002800000020000000200000000100
  535.           0400000000000002000000000000000000000000000010000000000000000000
  536.           80000080000000808000800000008000800080800000C0C0C000808080000000
  537.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  538.           3333333333333333333333333333333333333333333333333333300333333333
  539.           30033333333333333333088033333333088033333333333333330F7803333330
  540.           8880333333333333333330F78000000888030000003333333333330F78888888
  541.           80308888880333333333300000000000000F7777780333333333088888888888
  542.           880FFFFFF803333330000F7777777777778000000033333308800F799AABBCCE
  543.           E78888803330000088800F799AABBCCEE77777700008888087700F7777777777
  544.           777777708808888077700F7787878787878787708807777077700F7878787878
  545.           787878707707777077700F777777777777777770FF07777077700F7778877788
  546.           77778870FF0FFFF077700F7799877DD8777CC870000FFFF0F7700F7799777DD7
  547.           777CC77003300000FFF00F777777777777777770333333330FF00FFFFFFFFFFF
  548.           FFFFFFF03333333330003000000000000000000333333333333330F803333333
  549.           33333333333333333333330F80000003333333333333333333333330F7777770
  550.           3333333333333333333333330000000333333333333333333333333333333333
  551.           3333333333333333333333333333333333333333333333333333333333333333
  552.           3333333333333333333333333333333333333333333333333333333333333333
  553.           3333333333333333333333333333333333333333333333333333}
  554.         Layout = blGlyphTop
  555.         Margin = 0
  556.         Spacing = 6
  557.       end
  558.       object BtnExitNotebook0: TBitBtn
  559.         Left = 572
  560.         Top = 305
  561.         Width = 51
  562.         Height = 66
  563.         Hint = 'Click here to return to the Lessons menu'
  564.         Caption = 'Exit'
  565.         Font.Color = clBlack
  566.         Font.Height = -15
  567.         Font.Name = 'Arial'
  568.         Font.Style = [fsBold]
  569.         ParentFont = False
  570.         TabOrder = 3
  571.         OnClick = BtnNotebookExitClick
  572.         OnMouseDown = ButtonOnMouseDown
  573.         Glyph.Data = {
  574.           76040000424D7604000000000000760000002800000040000000200000000100
  575.           04000000000000040000120B0000120B00000000000000000000000000000000
  576.           80000080000000808000800000008000800080800000C0C0C000808080000000
  577.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000000
  578.           00000000000000333333333000000000000000000000033333333333010BBBBB
  579.           BBBBBBBBBBBBB0333333333000B0B0B0B0B0B0B0B0B00333333333330110BBBB
  580.           BBBBBBBBBBBBB03333333330000B0B0B0B0B0B0B0B0B03333333333301110BBB
  581.           BBBBBBBBBBBBB033333333300000B0B0B0B0B0B0B0B00333333333330111100B
  582.           BBBBBBBBBBBBB033333333300000000B0B0B0B0B0B0B03333333333301111110
  583.           BBBBBBBBBBBBB0333333333000000000B0B0B0B0B0B003333333333301111111
  584.           0BBBBBBBBBBBB03333333330000000000B0B0B0B0B0B03333333333301111111
  585.           100BBBBBBBBBB033333333300000000000B0B0B0B0B003333333333301111111
  586.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  587.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  588.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  589.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  590.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  591.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  592.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  593.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  594.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  595.           1100BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  596.           111F0BBBBBBBB033333333300000000000F00B0B0B0B03333333333301911111
  597.           1100BBBBBBBBB03333333330090000000000B0B0B0B003333333333301199111
  598.           1110BBBBBBBBB0333333333000990000000B0B0B0B0B03333333333301191911
  599.           1110BBBBBBBBB03333333330009090000000B0B0B0B003333333333301119911
  600.           1110BBBBBBBBB0333333333000099000000B0B0B0B0B03333333333301111199
  601.           1110000000000033333333300000099000000000000003333333333330011191
  602.           9110333333333333333333330000090900033333333333333333333333301119
  603.           9110333333333333333333333300009900033333333333333333333333330111
  604.           1910333333333333333333333330000090033333333333333333333333333001
  605.           1110333333333333333333333333000000033333333333333333333333333330
  606.           1110333333333333333333333333330000033333333333333333333333333333
  607.           0110333333333333333333333333333000033333333333333333333333333333
  608.           3000333333333333333333333333333300033333333333333333333333333333
  609.           3330333333333333333333333333333333033333333333333333}
  610.         Layout = blGlyphTop
  611.         NumGlyphs = 2
  612.       end
  613.       object SpdPnl0: TPanel
  614.         Left = 153
  615.         Top = 3
  616.         Width = 266
  617.         Height = 32
  618.         BevelInner = bvLowered
  619.         BevelOuter = bvLowered
  620.         Color = clSilver
  621.         TabOrder = 10
  622.         object SpdBtnQuestion0: TSpeedButton
  623.           Left = 5
  624.           Top = 6
  625.           Width = 93
  626.           Height = 25
  627.           Hint = 'This is what you are now viewing'
  628.           GroupIndex = 8880
  629.           Down = True
  630.           Caption = 'Question'
  631.           Font.Color = clBlack
  632.           Font.Height = -15
  633.           Font.Name = 'Arial'
  634.           Font.Style = [fsBold]
  635.           Glyph.Data = {
  636.             76010000424D7601000000000000760000002800000020000000100000000100
  637.             0400000000000001000000000000000000000000000000000000000000000000
  638.             80000080000000808000800000008000800080800000C0C0C000808080000000
  639.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  640.             03333338888888888833330FFFFFF88F03333338F8F8F8F8F833330FFFFFFFFF
  641.             033333388F8F8F8F8833330F000F00FF03333338F8F8F8F8F833330FFFFFFFFF
  642.             033333388F8F8F8F8833330F0F00F00F03333338F8F8F8F8F833330FFFFFFFFF
  643.             033333388F8F8F8F8833330F0800000F03333338F8F8F8F8F833330FFFFFFFFF
  644.             033333388F8F8F8F8833330F0000FFFF03333338F8F8F8F8F833330FFFFFFFFF
  645.             033333388F8F8F7F7833330FFFFFF00003333338F8F8F7888833330FF0FFF077
  646.             033333388F8F8F87F833330F0F00F07033333338F8F8F78F8333330FFFFFF003
  647.             333333388F8F8F88333333000000003333333338888888833333}
  648.           NumGlyphs = 2
  649.           ParentFont = False
  650.           OnClick = NotebookChangePageClick
  651.           OnMouseDown = ButtonOnMouseDown
  652.         end
  653.         object SpdBtnSolution0: TSpeedButton
  654.           Tag = 1
  655.           Left = 104
  656.           Top = 6
  657.           Width = 93
  658.           Height = 25
  659.           Hint = 'Click here to view the solution'
  660.           GroupIndex = 8880
  661.           Caption = 'Solution'
  662.           Font.Color = clBlack
  663.           Font.Height = -15
  664.           Font.Name = 'Arial'
  665.           Font.Style = [fsBold]
  666.           Glyph.Data = {
  667.             76010000424D7601000000000000760000002800000020000000100000000100
  668.             0400000000000001000000000000000000000000000000000000000000000000
  669.             80000080000000808000800000008000800080800000C0C0C000808080000000
  670.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  671.             03333338888888888833330FFFFFF88F03333338F8F8F8F8F833330FFFFFFFFF
  672.             033333388F8F8F8F8833330F000F00FF03333338F8F8F8F8F833330FFFFFFFFF
  673.             033333388F8F8F8F8833330F0F00F00F03333338F8F8F8F8F833330FFFFFFFFF
  674.             033333388F8F8F8F8833330F0800000F03333338F8F8F8F8F833330FFFFFFFFF
  675.             033333388F8F8F8F8833330F0000FFFF03333338F8F8F8F8F833330FFFFFFFFF
  676.             033333388F8F8F7F7833330FFFFFF00003333338F8F8F7888833330FF0FFF077
  677.             033333388F8F8F87F833330F0F00F07033333338F8F8F78F8333330FFFFFF003
  678.             333333388F8F8F88333333000000003333333338888888833333}
  679.           NumGlyphs = 2
  680.           ParentFont = False
  681.           OnClick = NotebookChangePageClick
  682.           OnMouseDown = ButtonOnMouseDown
  683.         end
  684.         object SpdBtnTutorial0: TSpeedButton
  685.           Tag = 2
  686.           Left = 203
  687.           Top = 6
  688.           Width = 93
  689.           Height = 25
  690.           Hint = 'Click here to view the tutorial'
  691.           GroupIndex = 8880
  692.           Caption = 'Tutorial'
  693.           Font.Color = clBlack
  694.           Font.Height = -15
  695.           Font.Name = 'Arial'
  696.           Font.Style = [fsBold]
  697.           Glyph.Data = {
  698.             76010000424D7601000000000000760000002800000020000000100000000100
  699.             0400000000000001000000000000000000000000000000000000000000000000
  700.             80000080000000808000800000008000800080800000C0C0C000808080000000
  701.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  702.             03333338888888888833330FFFFFF88F03333338F8F8F8F8F833330FFFFFFFFF
  703.             033333388F8F8F8F8833330F000F00FF03333338F8F8F8F8F833330FFFFFFFFF
  704.             033333388F8F8F8F8833330F0F00F00F03333338F8F8F8F8F833330FFFFFFFFF
  705.             033333388F8F8F8F8833330F0800000F03333338F8F8F8F8F833330FFFFFFFFF
  706.             033333388F8F8F8F8833330F0000FFFF03333338F8F8F8F8F833330FFFFFFFFF
  707.             033333388F8F8F7F7833330FFFFFF00003333338F8F8F7888833330FF0FFF077
  708.             033333388F8F8F87F833330F0F00F07033333338F8F8F78F8333330FFFFFF003
  709.             333333388F8F8F88333333000000003333333338888888833333}
  710.           NumGlyphs = 2
  711.           ParentFont = False
  712.           OnClick = NotebookChangePageClick
  713.           OnMouseDown = ButtonOnMouseDown
  714.         end
  715.       end
  716.       object LedQuestionNum: TLedText
  717.         Left = 445
  718.         Top = 1
  719.         Width = 178
  720.         Height = 36
  721.         Hint = 'Question number X of X total questions in this lesson'
  722.         BevelInner = bvLowered
  723.         BackColor = clNavy
  724.         ForeColor = clLime
  725.         NumSegments = 8
  726.         Text = '1 OF 1'
  727.       end
  728.       object BitBtnAnswerA: TBitBtn
  729.         Left = 104
  730.         Top = 380
  731.         Width = 36
  732.         Height = 36
  733.         Hint = 'Click here if "A" is correct'
  734.         Caption = 'A'
  735.         Font.Color = clBlue
  736.         Font.Height = -35
  737.         Font.Name = 'Times New Roman'
  738.         Font.Style = [fsBold]
  739.         ParentFont = False
  740.         TabOrder = 4
  741.         OnClick = BtnAnswerClick
  742.       end
  743.       object BitBtnAnswerB: TBitBtn
  744.         Left = 144
  745.         Top = 380
  746.         Width = 36
  747.         Height = 36
  748.         Hint = 'Click here if answer "B" is correct'
  749.         Caption = 'B'
  750.         Font.Color = clBlue
  751.         Font.Height = -29
  752.         Font.Name = 'Times New Roman'
  753.         Font.Style = [fsBold]
  754.         ParentFont = False
  755.         TabOrder = 5
  756.         OnClick = BtnAnswerClick
  757.       end
  758.       object BitBtnAnswerC: TBitBtn
  759.         Left = 184
  760.         Top = 380
  761.         Width = 36
  762.         Height = 36
  763.         Hint = 'Click here if answer "C" is correct'
  764.         Caption = 'C'
  765.         Font.Color = clBlue
  766.         Font.Height = -29
  767.         Font.Name = 'Times New Roman'
  768.         Font.Style = [fsBold]
  769.         ParentFont = False
  770.         TabOrder = 6
  771.         OnClick = BtnAnswerClick
  772.       end
  773.       object BitBtnAnswerD: TBitBtn
  774.         Left = 224
  775.         Top = 380
  776.         Width = 36
  777.         Height = 36
  778.         Hint = 'Click here if answer "D" is correct'
  779.         Caption = 'D'
  780.         Font.Color = clBlue
  781.         Font.Height = -29
  782.         Font.Name = 'Times New Roman'
  783.         Font.Style = [fsBold]
  784.         ParentFont = False
  785.         TabOrder = 7
  786.         OnClick = BtnAnswerClick
  787.       end
  788.       object BitBtnAnswerFalse: TBitBtn
  789.         Left = 188
  790.         Top = 380
  791.         Width = 68
  792.         Height = 36
  793.         Hint = 'Click here if the answer is "False"...'
  794.         Caption = 'False'
  795.         Enabled = False
  796.         Font.Color = clBlue
  797.         Font.Height = -25
  798.         Font.Name = 'Times New Roman'
  799.         Font.Style = [fsBold]
  800.         ParentFont = False
  801.         TabOrder = 15
  802.         Visible = False
  803.         OnClick = BtnAnswerClick
  804.       end
  805.       object BtnVideoTutorial0: TBitBtn
  806.         Left = 572
  807.         Top = 234
  808.         Width = 51
  809.         Height = 61
  810.         Hint = 'Play the Tutorial video'
  811.         Caption = 'Tutorial'
  812.         Font.Color = clBlack
  813.         Font.Height = -13
  814.         Font.Name = 'Arial'
  815.         Font.Style = []
  816.         ParentFont = False
  817.         TabOrder = 16
  818.         OnClick = VideoBtnClick
  819.         OnMouseDown = ButtonOnMouseDown
  820.         Glyph.Data = {
  821.           76020000424D7602000000000000760000002800000020000000200000000100
  822.           0400000000000002000000000000000000000000000010000000000000000000
  823.           80000080000000808000800000008000800080800000C0C0C000808080000000
  824.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  825.           3333333333333333333333333333333333333333333333333333300333333333
  826.           30033333333333333333088033333333088033333333333333330F7803333330
  827.           8880333333333333333330F78000000888030000003333333333330F78888888
  828.           80308888880333333333300000000000000F7777780333333333088888888888
  829.           880FFFFFF803333330000F7777777777778000000033333308800F799AABBCCE
  830.           E78888803330000088800F799AABBCCEE77777700008888087700F7777777777
  831.           777777708808888077700F7787878787878787708807777077700F7878787878
  832.           787878707707777077700F777777777777777770FF07777077700F7778877788
  833.           77778870FF0FFFF077700F7799877DD8777CC870000FFFF0F7700F7799777DD7
  834.           777CC77003300000FFF00F777777777777777770333333330FF00FFFFFFFFFFF
  835.           FFFFFFF03333333330003000000000000000000333333333333330F803333333
  836.           33333333333333333333330F80000003333333333333333333333330F7777770
  837.           3333333333333333333333330000000333333333333333333333333333333333
  838.           3333333333333333333333333333333333333333333333333333333333333333
  839.           3333333333333333333333333333333333333333333333333333333333333333
  840.           3333333333333333333333333333333333333333333333333333}
  841.         Layout = blGlyphTop
  842.         Margin = 0
  843.         Spacing = 6
  844.       end
  845.       object BitBtnAnswerTrue: TBitBtn
  846.         Left = 108
  847.         Top = 380
  848.         Width = 68
  849.         Height = 36
  850.         Hint = 'Click here if the answer is "True"...'
  851.         Caption = 'True'
  852.         Enabled = False
  853.         Font.Color = clBlue
  854.         Font.Height = -23
  855.         Font.Name = 'Times New Roman'
  856.         Font.Style = [fsBold]
  857.         ParentFont = False
  858.         TabOrder = 14
  859.         Visible = False
  860.         OnClick = BtnAnswerClick
  861.       end
  862.     end
  863.     object TPage
  864.       Left = 0
  865.       Top = 0
  866.       Caption = 'Solution'
  867.       object TiledImage1: TTiledImage
  868.         Left = 0
  869.         Top = 0
  870.         Width = 632
  871.         Height = 427
  872.         Align = alClient
  873.       end
  874.       object PnlSolution: TPanel
  875.         Left = 15
  876.         Top = 39
  877.         Width = 545
  878.         Height = 376
  879.         BevelInner = bvLowered
  880.         BevelOuter = bvLowered
  881.         Color = clSilver
  882.         TabOrder = 4
  883.         object MwpSolution: TUdcMWPStandard
  884.           Left = 2
  885.           Top = 2
  886.           Width = 541
  887.           Height = 372
  888.           Cursor = crIBeam
  889.           Align = alClient
  890.           Font.Color = clBlack
  891.           Font.Height = -18
  892.           Font.Name = 'Times New Roman'
  893.           Font.Style = []
  894.           ParentColor = False
  895.           ParentFont = False
  896.           TabOrder = 0
  897.           Alignment = ualLeftJustify
  898.           LineSpacing = lsSingle
  899.           LSVariableSpacing = 1.250000000000000000
  900.           BottomMargin = 1.000000000000000000
  901.           LeftMargin = 1.000000000000000000
  902.           PageHeight = 11.000000000000000000
  903.           PageWidth = 8.500000000000000000
  904.           RightMargin = 1.000000000000000000
  905.           TopMargin = 1.000000000000000000
  906.           FooterFont.Color = clWindowText
  907.           FooterFont.Height = -13
  908.           FooterFont.Name = 'Times New Roman'
  909.           FooterFont.Style = []
  910.           FooterMargin = 0.500000000000000000
  911.           FooterOnFirst = False
  912.           HeaderFont.Color = clWindowText
  913.           HeaderFont.Height = -13
  914.           HeaderFont.Name = 'Times New Roman'
  915.           HeaderFont.Style = []
  916.           HeaderMargin = 0.500000000000000000
  917.           HeaderOnFirst = False
  918.           AutoHTML = False
  919.           HTMLActiveLinkColor = clBlack
  920.           HTMLBackgroundColor = clSilver
  921.           HTMLMode = False
  922.           HTMLVisitedLinkColor = clBlack
  923.           HyperlinkColor = clBlue
  924.           HyperLinkCursor = 2
  925.           LoadHTMLAsText = False
  926.           WrapToWindow = False
  927.           WantHyperlinks = False
  928.           BorderStyle = bsNone
  929.           CaretWidth = 2
  930.           Color = clWhite
  931.           CountSpaces = False
  932.           EndToBottom = False
  933.           ForbidSelection = False
  934.           HomeToTop = False
  935.           InsertMode = True
  936.           MaxLength = 0
  937.           ReadOnly = True
  938.           ScrollBars = ssVertical
  939.           SelColor = clHighlight
  940.           SelTextColor = clHighlightText
  941.           StartAtTop = False
  942.           StatusMessage = 'Ready.'
  943.           VerticalCaret = False
  944.           WantTabs = True
  945.           WordWrap = False
  946.           PageNumberAlignment = taRightJustify
  947.           PageNumberFont.Color = clWindowText
  948.           PageNumberFont.Height = -13
  949.           PageNumberFont.Name = 'Times New Roman'
  950.           PageNumberFont.Style = []
  951.           PageNumbering = False
  952.           PrintingInfo.Copies = 1
  953.           PrintingInfo.PageRange = 'ALL'
  954.           PrintingInfo.ToPrint = tpAllPagesInRange
  955.           PrintingInfo.UseFooter = False
  956.           PrintingInfo.UseHeader = False
  957.           PrintingInfo.UseAbortDialog = True
  958.           ShowImageAsFrame = False
  959.           ShowWhichCodes = []
  960.           DefaultTabStop = 0.200000002980232200
  961.           ShadowOffset = 7
  962.           ShowCaret = True
  963.           Transparent = False
  964.           UpdateDisplay = True
  965.           AutoPageBreaks = False
  966.           BackgroundDisplay = bkTile
  967.           EndOfDocLine = False
  968.           Magnification = 100
  969.           UseCompression = False
  970.           UseStyles = False
  971.           VisibleMargin = False
  972.           WantAutoCorrect = True
  973.           WantHandles = True
  974.           AutoSpellCheck = False
  975.           CountCR = True
  976.           DecimalChar = '.'
  977.           DragDropCursor = 3
  978.           Filter = 
  979.             'Rich Text Format (*.rtf)|*.rtf|HyperText Markup Language (*.htm)' +
  980.             '|*.htm|Plain text (*.txt)|*.txt|All files (*.*)|*.*'
  981.           LastExtension = 0
  982.           LeftBufferWidth = 5
  983.           OEMConvert = False
  984.           WantRedo = True
  985.           WantUndo = True
  986.           WildCard = '*'
  987.           Gridlines = True
  988.           TablesIn3D = False
  989.           KeywordsCaseSensitive = False
  990.           WantKeywords = False
  991.           Orientation = poPortrait
  992.           AutoBackup.Enabled = False
  993.           AutoBackup.FilenamePrefix = '$MWP'
  994.           AutoBackup.HowOften = 10
  995.           AutoBackup.Directory = 'C:\WINDOWS\TEMP\'
  996.           AutoBackup.AutoRecover = False
  997.           BackupExtension = 'BAK'
  998.           BlinkDelay = 1000
  999.           Blinking = False
  1000.           CompressionType = uctLZH
  1001.           CreateBackup = False
  1002.           PromptForProperties = False
  1003.           RevisionFont1.Color = clWindowText
  1004.           RevisionFont1.Height = -13
  1005.           RevisionFont1.Name = 'Times New Roman'
  1006.           RevisionFont1.Style = []
  1007.           RevisionFont2.Color = clWindowText
  1008.           RevisionFont2.Height = -13
  1009.           RevisionFont2.Name = 'Times New Roman'
  1010.           RevisionFont2.Style = []
  1011.           RevisionFont3.Color = clWindowText
  1012.           RevisionFont3.Height = -13
  1013.           RevisionFont3.Name = 'Times New Roman'
  1014.           RevisionFont3.Style = []
  1015.           UseEncryption = False
  1016.           PageLayoutMode = False
  1017.           PaperType = ptLetter
  1018.           WantDragDrop = True
  1019.         end
  1020.       end
  1021.       object BtnVideoChapter1: TBitBtn
  1022.         Left = 572
  1023.         Top = 106
  1024.         Width = 51
  1025.         Height = 61
  1026.         Hint = 'Play the Chapter Introduction video'
  1027.         Caption = 'Chapter'
  1028.         Font.Color = clBlack
  1029.         Font.Height = -13
  1030.         Font.Name = 'Arial'
  1031.         Font.Style = []
  1032.         ParentFont = False
  1033.         TabOrder = 0
  1034.         OnClick = VideoBtnClick
  1035.         OnMouseDown = ButtonOnMouseDown
  1036.         Glyph.Data = {
  1037.           76020000424D7602000000000000760000002800000020000000200000000100
  1038.           0400000000000002000000000000000000000000000010000000000000000000
  1039.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1040.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1041.           3333333333333333333333333333333333333333333333333333300333333333
  1042.           30033333333333333333088033333333088033333333333333330F7803333330
  1043.           8880333333333333333330F78000000888030000003333333333330F78888888
  1044.           80308888880333333333300000000000000F7777780333333333088888888888
  1045.           880FFFFFF803333330000F7777777777778000000033333308800F799AABBCCE
  1046.           E78888803330000088800F799AABBCCEE77777700008888087700F7777777777
  1047.           777777708808888077700F7787878787878787708807777077700F7878787878
  1048.           787878707707777077700F777777777777777770FF07777077700F7778877788
  1049.           77778870FF0FFFF077700F7799877DD8777CC870000FFFF0F7700F7799777DD7
  1050.           777CC77003300000FFF00F777777777777777770333333330FF00FFFFFFFFFFF
  1051.           FFFFFFF03333333330003000000000000000000333333333333330F803333333
  1052.           33333333333333333333330F80000003333333333333333333333330F7777770
  1053.           3333333333333333333333330000000333333333333333333333333333333333
  1054.           3333333333333333333333333333333333333333333333333333333333333333
  1055.           3333333333333333333333333333333333333333333333333333333333333333
  1056.           3333333333333333333333333333333333333333333333333333}
  1057.         Layout = blGlyphTop
  1058.         Margin = 0
  1059.         Spacing = 6
  1060.       end
  1061.       object BtnVideoLesson1: TBitBtn
  1062.         Left = 572
  1063.         Top = 170
  1064.         Width = 51
  1065.         Height = 61
  1066.         Hint = 'Play the Lesson Introduction video'
  1067.         Caption = 'Lesson'
  1068.         Font.Color = clBlack
  1069.         Font.Height = -13
  1070.         Font.Name = 'Arial'
  1071.         Font.Style = []
  1072.         ParentFont = False
  1073.         TabOrder = 1
  1074.         OnClick = VideoBtnClick
  1075.         OnMouseDown = ButtonOnMouseDown
  1076.         Glyph.Data = {
  1077.           76020000424D7602000000000000760000002800000020000000200000000100
  1078.           0400000000000002000000000000000000000000000010000000000000000000
  1079.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1080.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1081.           3333333333333333333333333333333333333333333333333333300333333333
  1082.           30033333333333333333088033333333088033333333333333330F7803333330
  1083.           8880333333333333333330F78000000888030000003333333333330F78888888
  1084.           80308888880333333333300000000000000F7777780333333333088888888888
  1085.           880FFFFFF803333330000F7777777777778000000033333308800F799AABBCCE
  1086.           E78888803330000088800F799AABBCCEE77777700008888087700F7777777777
  1087.           777777708808888077700F7787878787878787708807777077700F7878787878
  1088.           787878707707777077700F777777777777777770FF07777077700F7778877788
  1089.           77778870FF0FFFF077700F7799877DD8777CC870000FFFF0F7700F7799777DD7
  1090.           777CC77003300000FFF00F777777777777777770333333330FF00FFFFFFFFFFF
  1091.           FFFFFFF03333333330003000000000000000000333333333333330F803333333
  1092.           33333333333333333333330F80000003333333333333333333333330F7777770
  1093.           3333333333333333333333330000000333333333333333333333333333333333
  1094.           3333333333333333333333333333333333333333333333333333333333333333
  1095.           3333333333333333333333333333333333333333333333333333333333333333
  1096.           3333333333333333333333333333333333333333333333333333}
  1097.         Layout = blGlyphTop
  1098.         Margin = 0
  1099.         Spacing = 6
  1100.       end
  1101.       object BtnExitNotebook1: TBitBtn
  1102.         Left = 572
  1103.         Top = 305
  1104.         Width = 51
  1105.         Height = 66
  1106.         Hint = 'Click here to return to the Lessons Menu'
  1107.         Caption = 'Exit'
  1108.         Font.Color = clBlack
  1109.         Font.Height = -15
  1110.         Font.Name = 'Arial'
  1111.         Font.Style = [fsBold]
  1112.         ParentFont = False
  1113.         TabOrder = 2
  1114.         OnClick = BtnNotebookExitClick
  1115.         OnMouseDown = ButtonOnMouseDown
  1116.         Glyph.Data = {
  1117.           76040000424D7604000000000000760000002800000040000000200000000100
  1118.           04000000000000040000120B0000120B00000000000000000000000000000000
  1119.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1120.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000000
  1121.           00000000000000333333333000000000000000000000033333333333010BBBBB
  1122.           BBBBBBBBBBBBB0333333333000B0B0B0B0B0B0B0B0B00333333333330110BBBB
  1123.           BBBBBBBBBBBBB03333333330000B0B0B0B0B0B0B0B0B03333333333301110BBB
  1124.           BBBBBBBBBBBBB033333333300000B0B0B0B0B0B0B0B00333333333330111100B
  1125.           BBBBBBBBBBBBB033333333300000000B0B0B0B0B0B0B03333333333301111110
  1126.           BBBBBBBBBBBBB0333333333000000000B0B0B0B0B0B003333333333301111111
  1127.           0BBBBBBBBBBBB03333333330000000000B0B0B0B0B0B03333333333301111111
  1128.           100BBBBBBBBBB033333333300000000000B0B0B0B0B003333333333301111111
  1129.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1130.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1131.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1132.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1133.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1134.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1135.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1136.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1137.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1138.           1100BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1139.           111F0BBBBBBBB033333333300000000000F00B0B0B0B03333333333301911111
  1140.           1100BBBBBBBBB03333333330090000000000B0B0B0B003333333333301199111
  1141.           1110BBBBBBBBB0333333333000990000000B0B0B0B0B03333333333301191911
  1142.           1110BBBBBBBBB03333333330009090000000B0B0B0B003333333333301119911
  1143.           1110BBBBBBBBB0333333333000099000000B0B0B0B0B03333333333301111199
  1144.           1110000000000033333333300000099000000000000003333333333330011191
  1145.           9110333333333333333333330000090900033333333333333333333333301119
  1146.           9110333333333333333333333300009900033333333333333333333333330111
  1147.           1910333333333333333333333330000090033333333333333333333333333001
  1148.           1110333333333333333333333333000000033333333333333333333333333330
  1149.           1110333333333333333333333333330000033333333333333333333333333333
  1150.           0110333333333333333333333333333000033333333333333333333333333333
  1151.           3000333333333333333333333333333300033333333333333333333333333333
  1152.           3330333333333333333333333333333333033333333333333333}
  1153.         Layout = blGlyphTop
  1154.         NumGlyphs = 2
  1155.       end
  1156.       object SpdPnl1: TPanel
  1157.         Left = 153
  1158.         Top = 3
  1159.         Width = 266
  1160.         Height = 32
  1161.         BevelInner = bvLowered
  1162.         BevelOuter = bvLowered
  1163.         Color = clSilver
  1164.         TabOrder = 3
  1165.         object SpdBtnQuestion1: TSpeedButton
  1166.           Left = 5
  1167.           Top = 6
  1168.           Width = 93
  1169.           Height = 25
  1170.           Hint = 'Click here to view the Question and Answers'
  1171.           GroupIndex = 8881
  1172.           Caption = 'Question'
  1173.           Font.Color = clBlack
  1174.           Font.Height = -15
  1175.           Font.Name = 'Arial'
  1176.           Font.Style = [fsBold]
  1177.           Glyph.Data = {
  1178.             76010000424D7601000000000000760000002800000020000000100000000100
  1179.             0400000000000001000000000000000000000000000000000000000000000000
  1180.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1181.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  1182.             03333338888888888833330FFFFFF88F03333338F8F8F8F8F833330FFFFFFFFF
  1183.             033333388F8F8F8F8833330F000F00FF03333338F8F8F8F8F833330FFFFFFFFF
  1184.             033333388F8F8F8F8833330F0F00F00F03333338F8F8F8F8F833330FFFFFFFFF
  1185.             033333388F8F8F8F8833330F0800000F03333338F8F8F8F8F833330FFFFFFFFF
  1186.             033333388F8F8F8F8833330F0000FFFF03333338F8F8F8F8F833330FFFFFFFFF
  1187.             033333388F8F8F7F7833330FFFFFF00003333338F8F8F7888833330FF0FFF077
  1188.             033333388F8F8F87F833330F0F00F07033333338F8F8F78F8333330FFFFFF003
  1189.             333333388F8F8F88333333000000003333333338888888833333}
  1190.           NumGlyphs = 2
  1191.           ParentFont = False
  1192.           OnClick = NotebookChangePageClick
  1193.           OnMouseDown = ButtonOnMouseDown
  1194.         end
  1195.         object SpdBtnSolution1: TSpeedButton
  1196.           Tag = 1
  1197.           Left = 104
  1198.           Top = 6
  1199.           Width = 93
  1200.           Height = 25
  1201.           Hint = 'This is what you are now viewing'
  1202.           GroupIndex = 8881
  1203.           Down = True
  1204.           Caption = 'Solution'
  1205.           Font.Color = clBlack
  1206.           Font.Height = -15
  1207.           Font.Name = 'Arial'
  1208.           Font.Style = [fsBold]
  1209.           Glyph.Data = {
  1210.             76010000424D7601000000000000760000002800000020000000100000000100
  1211.             0400000000000001000000000000000000000000000000000000000000000000
  1212.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1213.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  1214.             03333338888888888833330FFFFFF88F03333338F8F8F8F8F833330FFFFFFFFF
  1215.             033333388F8F8F8F8833330F000F00FF03333338F8F8F8F8F833330FFFFFFFFF
  1216.             033333388F8F8F8F8833330F0F00F00F03333338F8F8F8F8F833330FFFFFFFFF
  1217.             033333388F8F8F8F8833330F0800000F03333338F8F8F8F8F833330FFFFFFFFF
  1218.             033333388F8F8F8F8833330F0000FFFF03333338F8F8F8F8F833330FFFFFFFFF
  1219.             033333388F8F8F7F7833330FFFFFF00003333338F8F8F7888833330FF0FFF077
  1220.             033333388F8F8F87F833330F0F00F07033333338F8F8F78F8333330FFFFFF003
  1221.             333333388F8F8F88333333000000003333333338888888833333}
  1222.           NumGlyphs = 2
  1223.           ParentFont = False
  1224.           OnClick = NotebookChangePageClick
  1225.           OnMouseDown = ButtonOnMouseDown
  1226.         end
  1227.         object SpdBtnTutorial1: TSpeedButton
  1228.           Tag = 2
  1229.           Left = 203
  1230.           Top = 6
  1231.           Width = 93
  1232.           Height = 25
  1233.           Hint = 'Click here to view the Tutorial'
  1234.           GroupIndex = 8881
  1235.           Caption = 'Tutorial'
  1236.           Font.Color = clBlack
  1237.           Font.Height = -15
  1238.           Font.Name = 'Arial'
  1239.           Font.Style = [fsBold]
  1240.           Glyph.Data = {
  1241.             76010000424D7601000000000000760000002800000020000000100000000100
  1242.             0400000000000001000000000000000000000000000000000000000000000000
  1243.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1244.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  1245.             03333338888888888833330FFFFFF88F03333338F8F8F8F8F833330FFFFFFFFF
  1246.             033333388F8F8F8F8833330F000F00FF03333338F8F8F8F8F833330FFFFFFFFF
  1247.             033333388F8F8F8F8833330F0F00F00F03333338F8F8F8F8F833330FFFFFFFFF
  1248.             033333388F8F8F8F8833330F0800000F03333338F8F8F8F8F833330FFFFFFFFF
  1249.             033333388F8F8F8F8833330F0000FFFF03333338F8F8F8F8F833330FFFFFFFFF
  1250.             033333388F8F8F7F7833330FFFFFF00003333338F8F8F7888833330FF0FFF077
  1251.             033333388F8F8F87F833330F0F00F07033333338F8F8F78F8333330FFFFFF003
  1252.             333333388F8F8F88333333000000003333333338888888833333}
  1253.           NumGlyphs = 2
  1254.           ParentFont = False
  1255.           OnClick = NotebookChangePageClick
  1256.           OnMouseDown = ButtonOnMouseDown
  1257.         end
  1258.       end
  1259.       object BtnVideoTutorial1: TBitBtn
  1260.         Left = 572
  1261.         Top = 234
  1262.         Width = 51
  1263.         Height = 61
  1264.         Hint = 'Play the Tutorial video'
  1265.         Caption = 'Lesson'
  1266.         Font.Color = clBlack
  1267.         Font.Height = -13
  1268.         Font.Name = 'Arial'
  1269.         Font.Style = []
  1270.         ParentFont = False
  1271.         TabOrder = 5
  1272.         OnClick = VideoBtnClick
  1273.         OnMouseDown = ButtonOnMouseDown
  1274.         Glyph.Data = {
  1275.           76020000424D7602000000000000760000002800000020000000200000000100
  1276.           0400000000000002000000000000000000000000000010000000000000000000
  1277.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1278.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1279.           3333333333333333333333333333333333333333333333333333300333333333
  1280.           30033333333333333333088033333333088033333333333333330F7803333330
  1281.           8880333333333333333330F78000000888030000003333333333330F78888888
  1282.           80308888880333333333300000000000000F7777780333333333088888888888
  1283.           880FFFFFF803333330000F7777777777778000000033333308800F799AABBCCE
  1284.           E78888803330000088800F799AABBCCEE77777700008888087700F7777777777
  1285.           777777708808888077700F7787878787878787708807777077700F7878787878
  1286.           787878707707777077700F777777777777777770FF07777077700F7778877788
  1287.           77778870FF0FFFF077700F7799877DD8777CC870000FFFF0F7700F7799777DD7
  1288.           777CC77003300000FFF00F777777777777777770333333330FF00FFFFFFFFFFF
  1289.           FFFFFFF03333333330003000000000000000000333333333333330F803333333
  1290.           33333333333333333333330F80000003333333333333333333333330F7777770
  1291.           3333333333333333333333330000000333333333333333333333333333333333
  1292.           3333333333333333333333333333333333333333333333333333333333333333
  1293.           3333333333333333333333333333333333333333333333333333333333333333
  1294.           3333333333333333333333333333333333333333333333333333}
  1295.         Layout = blGlyphTop
  1296.         Margin = 0
  1297.         Spacing = 6
  1298.       end
  1299.     end
  1300.     object TPage
  1301.       Left = 0
  1302.       Top = 0
  1303.       Caption = 'Tutorial'
  1304.       object TiledImage2: TTiledImage
  1305.         Left = 0
  1306.         Top = 0
  1307.         Width = 632
  1308.         Height = 427
  1309.         Align = alClient
  1310.       end
  1311.       object PnlTutorial: TPanel
  1312.         Left = 15
  1313.         Top = 39
  1314.         Width = 545
  1315.         Height = 376
  1316.         BevelInner = bvLowered
  1317.         BevelOuter = bvLowered
  1318.         Color = clSilver
  1319.         TabOrder = 1
  1320.         object MwpTutorial: TUdcMWPStandard
  1321.           Left = 2
  1322.           Top = 2
  1323.           Width = 541
  1324.           Height = 372
  1325.           Cursor = crIBeam
  1326.           Align = alClient
  1327.           Font.Color = clBlack
  1328.           Font.Height = -18
  1329.           Font.Name = 'Times New Roman'
  1330.           Font.Style = []
  1331.           ParentColor = False
  1332.           ParentFont = False
  1333.           TabOrder = 0
  1334.           Alignment = ualLeftJustify
  1335.           LineSpacing = lsSingle
  1336.           LSVariableSpacing = 1.250000000000000000
  1337.           BottomMargin = 1.000000000000000000
  1338.           LeftMargin = 1.000000000000000000
  1339.           PageHeight = 11.000000000000000000
  1340.           PageWidth = 8.500000000000000000
  1341.           RightMargin = 1.000000000000000000
  1342.           TopMargin = 1.000000000000000000
  1343.           FooterFont.Color = clWindowText
  1344.           FooterFont.Height = -13
  1345.           FooterFont.Name = 'Times New Roman'
  1346.           FooterFont.Style = []
  1347.           FooterMargin = 0.500000000000000000
  1348.           FooterOnFirst = False
  1349.           HeaderFont.Color = clWindowText
  1350.           HeaderFont.Height = -13
  1351.           HeaderFont.Name = 'Times New Roman'
  1352.           HeaderFont.Style = []
  1353.           HeaderMargin = 0.500000000000000000
  1354.           HeaderOnFirst = False
  1355.           AutoHTML = False
  1356.           HTMLActiveLinkColor = clBlack
  1357.           HTMLBackgroundColor = clSilver
  1358.           HTMLMode = False
  1359.           HTMLVisitedLinkColor = clBlack
  1360.           HyperlinkColor = clBlue
  1361.           HyperLinkCursor = 2
  1362.           LoadHTMLAsText = False
  1363.           WrapToWindow = False
  1364.           WantHyperlinks = False
  1365.           BorderStyle = bsNone
  1366.           CaretWidth = 2
  1367.           Color = clWhite
  1368.           CountSpaces = False
  1369.           EndToBottom = False
  1370.           ForbidSelection = False
  1371.           HomeToTop = False
  1372.           InsertMode = True
  1373.           MaxLength = 0
  1374.           ReadOnly = True
  1375.           ScrollBars = ssVertical
  1376.           SelColor = clHighlight
  1377.           SelTextColor = clHighlightText
  1378.           StartAtTop = False
  1379.           StatusMessage = 'Ready.'
  1380.           VerticalCaret = False
  1381.           WantTabs = True
  1382.           WordWrap = False
  1383.           PageNumberAlignment = taRightJustify
  1384.           PageNumberFont.Color = clWindowText
  1385.           PageNumberFont.Height = -13
  1386.           PageNumberFont.Name = 'Times New Roman'
  1387.           PageNumberFont.Style = []
  1388.           PageNumbering = False
  1389.           PrintingInfo.Copies = 1
  1390.           PrintingInfo.PageRange = 'ALL'
  1391.           PrintingInfo.ToPrint = tpAllPagesInRange
  1392.           PrintingInfo.UseFooter = False
  1393.           PrintingInfo.UseHeader = False
  1394.           PrintingInfo.UseAbortDialog = True
  1395.           ShowImageAsFrame = False
  1396.           ShowWhichCodes = []
  1397.           DefaultTabStop = 0.200000002980232200
  1398.           ShadowOffset = 7
  1399.           ShowCaret = True
  1400.           Transparent = False
  1401.           UpdateDisplay = True
  1402.           AutoPageBreaks = False
  1403.           BackgroundDisplay = bkTile
  1404.           EndOfDocLine = False
  1405.           Magnification = 100
  1406.           UseCompression = False
  1407.           UseStyles = False
  1408.           VisibleMargin = False
  1409.           WantAutoCorrect = True
  1410.           WantHandles = True
  1411.           AutoSpellCheck = False
  1412.           CountCR = True
  1413.           DecimalChar = '.'
  1414.           DragDropCursor = 3
  1415.           Filter = 
  1416.             'Rich Text Format (*.rtf)|*.rtf|HyperText Markup Language (*.htm)' +
  1417.             '|*.htm|Plain text (*.txt)|*.txt|All files (*.*)|*.*'
  1418.           LastExtension = 0
  1419.           LeftBufferWidth = 5
  1420.           OEMConvert = False
  1421.           WantRedo = True
  1422.           WantUndo = True
  1423.           WildCard = '*'
  1424.           Gridlines = True
  1425.           TablesIn3D = False
  1426.           KeywordsCaseSensitive = False
  1427.           WantKeywords = False
  1428.           Orientation = poPortrait
  1429.           AutoBackup.Enabled = False
  1430.           AutoBackup.FilenamePrefix = '$MWP'
  1431.           AutoBackup.HowOften = 10
  1432.           AutoBackup.Directory = 'C:\WINDOWS\TEMP\'
  1433.           AutoBackup.AutoRecover = False
  1434.           BackupExtension = 'BAK'
  1435.           BlinkDelay = 1000
  1436.           Blinking = False
  1437.           CompressionType = uctLZH
  1438.           CreateBackup = False
  1439.           PromptForProperties = False
  1440.           RevisionFont1.Color = clWindowText
  1441.           RevisionFont1.Height = -13
  1442.           RevisionFont1.Name = 'Times New Roman'
  1443.           RevisionFont1.Style = []
  1444.           RevisionFont2.Color = clWindowText
  1445.           RevisionFont2.Height = -13
  1446.           RevisionFont2.Name = 'Times New Roman'
  1447.           RevisionFont2.Style = []
  1448.           RevisionFont3.Color = clWindowText
  1449.           RevisionFont3.Height = -13
  1450.           RevisionFont3.Name = 'Times New Roman'
  1451.           RevisionFont3.Style = []
  1452.           UseEncryption = False
  1453.           PageLayoutMode = False
  1454.           PaperType = ptLetter
  1455.           WantDragDrop = True
  1456.         end
  1457.       end
  1458.       object BtnVideoChapter2: TBitBtn
  1459.         Left = 572
  1460.         Top = 106
  1461.         Width = 51
  1462.         Height = 61
  1463.         Hint = 'Play the Chapter Introduction video'
  1464.         Caption = 'Chapter'
  1465.         Font.Color = clBlack
  1466.         Font.Height = -13
  1467.         Font.Name = 'Arial'
  1468.         Font.Style = []
  1469.         ParentFont = False
  1470.         TabOrder = 0
  1471.         OnClick = VideoBtnClick
  1472.         OnMouseDown = ButtonOnMouseDown
  1473.         Glyph.Data = {
  1474.           76020000424D7602000000000000760000002800000020000000200000000100
  1475.           0400000000000002000000000000000000000000000010000000000000000000
  1476.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1477.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1478.           3333333333333333333333333333333333333333333333333333300333333333
  1479.           30033333333333333333088033333333088033333333333333330F7803333330
  1480.           8880333333333333333330F78000000888030000003333333333330F78888888
  1481.           80308888880333333333300000000000000F7777780333333333088888888888
  1482.           880FFFFFF803333330000F7777777777778000000033333308800F799AABBCCE
  1483.           E78888803330000088800F799AABBCCEE77777700008888087700F7777777777
  1484.           777777708808888077700F7787878787878787708807777077700F7878787878
  1485.           787878707707777077700F777777777777777770FF07777077700F7778877788
  1486.           77778870FF0FFFF077700F7799877DD8777CC870000FFFF0F7700F7799777DD7
  1487.           777CC77003300000FFF00F777777777777777770333333330FF00FFFFFFFFFFF
  1488.           FFFFFFF03333333330003000000000000000000333333333333330F803333333
  1489.           33333333333333333333330F80000003333333333333333333333330F7777770
  1490.           3333333333333333333333330000000333333333333333333333333333333333
  1491.           3333333333333333333333333333333333333333333333333333333333333333
  1492.           3333333333333333333333333333333333333333333333333333333333333333
  1493.           3333333333333333333333333333333333333333333333333333}
  1494.         Layout = blGlyphTop
  1495.         Margin = 0
  1496.         Spacing = 6
  1497.       end
  1498.       object BtnExitNotebook2: TBitBtn
  1499.         Left = 572
  1500.         Top = 305
  1501.         Width = 51
  1502.         Height = 66
  1503.         Hint = 'Click here to return to the Lessons menu'
  1504.         Caption = 'Exit'
  1505.         Font.Color = clBlack
  1506.         Font.Height = -15
  1507.         Font.Name = 'Arial'
  1508.         Font.Style = [fsBold]
  1509.         ParentFont = False
  1510.         TabOrder = 2
  1511.         OnClick = BtnNotebookExitClick
  1512.         OnMouseDown = ButtonOnMouseDown
  1513.         Glyph.Data = {
  1514.           76040000424D7604000000000000760000002800000040000000200000000100
  1515.           04000000000000040000120B0000120B00000000000000000000000000000000
  1516.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1517.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000000
  1518.           00000000000000333333333000000000000000000000033333333333010BBBBB
  1519.           BBBBBBBBBBBBB0333333333000B0B0B0B0B0B0B0B0B00333333333330110BBBB
  1520.           BBBBBBBBBBBBB03333333330000B0B0B0B0B0B0B0B0B03333333333301110BBB
  1521.           BBBBBBBBBBBBB033333333300000B0B0B0B0B0B0B0B00333333333330111100B
  1522.           BBBBBBBBBBBBB033333333300000000B0B0B0B0B0B0B03333333333301111110
  1523.           BBBBBBBBBBBBB0333333333000000000B0B0B0B0B0B003333333333301111111
  1524.           0BBBBBBBBBBBB03333333330000000000B0B0B0B0B0B03333333333301111111
  1525.           100BBBBBBBBBB033333333300000000000B0B0B0B0B003333333333301111111
  1526.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1527.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1528.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1529.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1530.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1531.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1532.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1533.           1110BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1534.           1110BBBBBBBBB0333333333000000000000B0B0B0B0B03333333333301111111
  1535.           1100BBBBBBBBB03333333330000000000000B0B0B0B003333333333301111111
  1536.           111F0BBBBBBBB033333333300000000000F00B0B0B0B03333333333301911111
  1537.           1100BBBBBBBBB03333333330090000000000B0B0B0B003333333333301199111
  1538.           1110BBBBBBBBB0333333333000990000000B0B0B0B0B03333333333301191911
  1539.           1110BBBBBBBBB03333333330009090000000B0B0B0B003333333333301119911
  1540.           1110BBBBBBBBB0333333333000099000000B0B0B0B0B03333333333301111199
  1541.           1110000000000033333333300000099000000000000003333333333330011191
  1542.           9110333333333333333333330000090900033333333333333333333333301119
  1543.           9110333333333333333333333300009900033333333333333333333333330111
  1544.           1910333333333333333333333330000090033333333333333333333333333001
  1545.           1110333333333333333333333333000000033333333333333333333333333330
  1546.           1110333333333333333333333333330000033333333333333333333333333333
  1547.           0110333333333333333333333333333000033333333333333333333333333333
  1548.           3000333333333333333333333333333300033333333333333333333333333333
  1549.           3330333333333333333333333333333333033333333333333333}
  1550.         Layout = blGlyphTop
  1551.         NumGlyphs = 2
  1552.       end
  1553.       object SpdPnl2: TPanel
  1554.         Left = 153
  1555.         Top = 3
  1556.         Width = 266
  1557.         Height = 32
  1558.         BevelInner = bvLowered
  1559.         BevelOuter = bvLowered
  1560.         Color = clSilver
  1561.         TabOrder = 3
  1562.         TabStop = True
  1563.         object SpdBtnQuestion2: TSpeedButton
  1564.           Left = 5
  1565.           Top = 6
  1566.           Width = 93
  1567.           Height = 25
  1568.           Hint = 'Click here to view the Question and Answers'
  1569.           GroupIndex = 8882
  1570.           Caption = 'Question'
  1571.           Font.Color = clBlack
  1572.           Font.Height = -15
  1573.           Font.Name = 'Arial'
  1574.           Font.Style = [fsBold]
  1575.           Glyph.Data = {
  1576.             76010000424D7601000000000000760000002800000020000000100000000100
  1577.             0400000000000001000000000000000000000000000000000000000000000000
  1578.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1579.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  1580.             03333338888888888833330FFFFFF88F03333338F8F8F8F8F833330FFFFFFFFF
  1581.             033333388F8F8F8F8833330F000F00FF03333338F8F8F8F8F833330FFFFFFFFF
  1582.             033333388F8F8F8F8833330F0F00F00F03333338F8F8F8F8F833330FFFFFFFFF
  1583.             033333388F8F8F8F8833330F0800000F03333338F8F8F8F8F833330FFFFFFFFF
  1584.             033333388F8F8F8F8833330F0000FFFF03333338F8F8F8F8F833330FFFFFFFFF
  1585.             033333388F8F8F7F7833330FFFFFF00003333338F8F8F7888833330FF0FFF077
  1586.             033333388F8F8F87F833330F0F00F07033333338F8F8F78F8333330FFFFFF003
  1587.             333333388F8F8F88333333000000003333333338888888833333}
  1588.           NumGlyphs = 2
  1589.           ParentFont = False
  1590.           OnClick = NotebookChangePageClick
  1591.           OnMouseDown = ButtonOnMouseDown
  1592.         end
  1593.         object SpdBtnSolution2: TSpeedButton
  1594.           Tag = 1
  1595.           Left = 104
  1596.           Top = 6
  1597.           Width = 93
  1598.           Height = 25
  1599.           Hint = 'Click here to view the Solution'
  1600.           GroupIndex = 8882
  1601.           Caption = 'Solution'
  1602.           Font.Color = clBlack
  1603.           Font.Height = -15
  1604.           Font.Name = 'Arial'
  1605.           Font.Style = [fsBold]
  1606.           Glyph.Data = {
  1607.             76010000424D7601000000000000760000002800000020000000100000000100
  1608.             0400000000000001000000000000000000000000000000000000000000000000
  1609.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1610.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  1611.             03333338888888888833330FFFFFF88F03333338F8F8F8F8F833330FFFFFFFFF
  1612.             033333388F8F8F8F8833330F000F00FF03333338F8F8F8F8F833330FFFFFFFFF
  1613.             033333388F8F8F8F8833330F0F00F00F03333338F8F8F8F8F833330FFFFFFFFF
  1614.             033333388F8F8F8F8833330F0800000F03333338F8F8F8F8F833330FFFFFFFFF
  1615.             033333388F8F8F8F8833330F0000FFFF03333338F8F8F8F8F833330FFFFFFFFF
  1616.             033333388F8F8F7F7833330FFFFFF00003333338F8F8F7888833330FF0FFF077
  1617.             033333388F8F8F87F833330F0F00F07033333338F8F8F78F8333330FFFFFF003
  1618.             333333388F8F8F88333333000000003333333338888888833333}
  1619.           NumGlyphs = 2
  1620.           ParentFont = False
  1621.           OnClick = NotebookChangePageClick
  1622.           OnMouseDown = ButtonOnMouseDown
  1623.         end
  1624.         object SpdBtnTutorial2: TSpeedButton
  1625.           Tag = 2
  1626.           Left = 203
  1627.           Top = 6
  1628.           Width = 93
  1629.           Height = 25
  1630.           Hint = 'This is what you are now viewing'
  1631.           GroupIndex = 8882
  1632.           Down = True
  1633.           Caption = 'Tutorial'
  1634.           Font.Color = clBlack
  1635.           Font.Height = -15
  1636.           Font.Name = 'Arial'
  1637.           Font.Style = [fsBold]
  1638.           Glyph.Data = {
  1639.             76010000424D7601000000000000760000002800000020000000100000000100
  1640.             0400000000000001000000000000000000000000000000000000000000000000
  1641.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1642.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  1643.             03333338888888888833330FFFFFF88F03333338F8F8F8F8F833330FFFFFFFFF
  1644.             033333388F8F8F8F8833330F000F00FF03333338F8F8F8F8F833330FFFFFFFFF
  1645.             033333388F8F8F8F8833330F0F00F00F03333338F8F8F8F8F833330FFFFFFFFF
  1646.             033333388F8F8F8F8833330F0800000F03333338F8F8F8F8F833330FFFFFFFFF
  1647.             033333388F8F8F8F8833330F0000FFFF03333338F8F8F8F8F833330FFFFFFFFF
  1648.             033333388F8F8F7F7833330FFFFFF00003333338F8F8F7888833330FF0FFF077
  1649.             033333388F8F8F87F833330F0F00F07033333338F8F8F78F8333330FFFFFF003
  1650.             333333388F8F8F88333333000000003333333338888888833333}
  1651.           NumGlyphs = 2
  1652.           ParentFont = False
  1653.           OnClick = NotebookChangePageClick
  1654.           OnMouseDown = ButtonOnMouseDown
  1655.         end
  1656.       end
  1657.       object BtnVideoLesson2: TBitBtn
  1658.         Left = 572
  1659.         Top = 170
  1660.         Width = 51
  1661.         Height = 61
  1662.         Hint = 'Play the Lesson Introduction video'
  1663.         Caption = 'Lesson'
  1664.         Font.Color = clBlack
  1665.         Font.Height = -13
  1666.         Font.Name = 'Arial'
  1667.         Font.Style = []
  1668.         ParentFont = False
  1669.         TabOrder = 4
  1670.         OnClick = VideoBtnClick
  1671.         OnMouseDown = ButtonOnMouseDown
  1672.         Glyph.Data = {
  1673.           76020000424D7602000000000000760000002800000020000000200000000100
  1674.           0400000000000002000000000000000000000000000010000000000000000000
  1675.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1676.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1677.           3333333333333333333333333333333333333333333333333333300333333333
  1678.           30033333333333333333088033333333088033333333333333330F7803333330
  1679.           8880333333333333333330F78000000888030000003333333333330F78888888
  1680.           80308888880333333333300000000000000F7777780333333333088888888888
  1681.           880FFFFFF803333330000F7777777777778000000033333308800F799AABBCCE
  1682.           E78888803330000088800F799AABBCCEE77777700008888087700F7777777777
  1683.           777777708808888077700F7787878787878787708807777077700F7878787878
  1684.           787878707707777077700F777777777777777770FF07777077700F7778877788
  1685.           77778870FF0FFFF077700F7799877DD8777CC870000FFFF0F7700F7799777DD7
  1686.           777CC77003300000FFF00F777777777777777770333333330FF00FFFFFFFFFFF
  1687.           FFFFFFF03333333330003000000000000000000333333333333330F803333333
  1688.           33333333333333333333330F80000003333333333333333333333330F7777770
  1689.           3333333333333333333333330000000333333333333333333333333333333333
  1690.           3333333333333333333333333333333333333333333333333333333333333333
  1691.           3333333333333333333333333333333333333333333333333333333333333333
  1692.           3333333333333333333333333333333333333333333333333333}
  1693.         Layout = blGlyphTop
  1694.         Margin = 0
  1695.         Spacing = 6
  1696.       end
  1697.       object BtnVideoTutorial2: TBitBtn
  1698.         Left = 572
  1699.         Top = 234
  1700.         Width = 51
  1701.         Height = 61
  1702.         Hint = 'Play the Tutorial video'
  1703.         Caption = 'Tutorial'
  1704.         Font.Color = clBlack
  1705.         Font.Height = -13
  1706.         Font.Name = 'Arial'
  1707.         Font.Style = []
  1708.         ParentFont = False
  1709.         TabOrder = 5
  1710.         OnClick = VideoBtnClick
  1711.         OnMouseDown = ButtonOnMouseDown
  1712.         Glyph.Data = {
  1713.           76020000424D7602000000000000760000002800000020000000200000000100
  1714.           0400000000000002000000000000000000000000000010000000000000000000
  1715.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1716.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1717.           3333333333333333333333333333333333333333333333333333300333333333
  1718.           30033333333333333333088033333333088033333333333333330F7803333330
  1719.           8880333333333333333330F78000000888030000003333333333330F78888888
  1720.           80308888880333333333300000000000000F7777780333333333088888888888
  1721.           880FFFFFF803333330000F7777777777778000000033333308800F799AABBCCE
  1722.           E78888803330000088800F799AABBCCEE77777700008888087700F7777777777
  1723.           777777708808888077700F7787878787878787708807777077700F7878787878
  1724.           787878707707777077700F777777777777777770FF07777077700F7778877788
  1725.           77778870FF0FFFF077700F7799877DD8777CC870000FFFF0F7700F7799777DD7
  1726.           777CC77003300000FFF00F777777777777777770333333330FF00FFFFFFFFFFF
  1727.           FFFFFFF03333333330003000000000000000000333333333333330F803333333
  1728.           33333333333333333333330F80000003333333333333333333333330F7777770
  1729.           3333333333333333333333330000000333333333333333333333333333333333
  1730.           3333333333333333333333333333333333333333333333333333333333333333
  1731.           3333333333333333333333333333333333333333333333333333333333333333
  1732.           3333333333333333333333333333333333333333333333333333}
  1733.         Layout = blGlyphTop
  1734.         Margin = 0
  1735.         Spacing = 6
  1736.       end
  1737.     end
  1738.   end
  1739.   object AppException1: TAppException
  1740.     ExcepMsg.Beep = True
  1741.     ExcepMsg.ShowDebug = True
  1742.     ExcepLog.Enabled = False
  1743.     ExcepLog.LogExeName = False
  1744.     ExcepLog.LogAppTitle = False
  1745.     ExcepLog.LogSender = False
  1746.     ExcepLog.LogDebug = False
  1747.     Terminate = False
  1748.     OnException = AppOnException
  1749.     Top = 520
  1750.   end
  1751.   object MainMenu1: TMainMenu
  1752.     object MainMenu_File: TMenuItem
  1753.       Caption = '&File'
  1754.       object FileMenu_PrintSetup: TMenuItem
  1755.         Caption = 'P&rint Setup...'
  1756.         Hint = 'Select or setup a particular printer...'
  1757.         OnClick = ClkFIleMenu_PrintSetup
  1758.         ShortCutText = 'Ctrl+R'
  1759.       end
  1760.       object FileMenu_PrintContents: TMenuItem
  1761.         Caption = '&Print Contents...'
  1762.         Hint = 'Print Lessons, Tutorials, or Table of Contents...'
  1763.         OnClick = ClkFileMenu_PrintContents
  1764.         ShortCutText = 'Ctrl+P'
  1765.       end
  1766.       object FileMenu_PrintProgress: TMenuItem
  1767.         Caption = 'Print Progress'
  1768.         Enabled = False
  1769.         Hint = 'Print your progress report...'
  1770.         OnClick = ClkFileMenu_PrintProgress
  1771.         ShortCutText = 'F10'
  1772.       end
  1773.       object N2: TMenuItem
  1774.         Caption = '-'
  1775.       end
  1776.       object FileMenu_Exit: TMenuItem
  1777.         Caption = 'E&xit'
  1778.         Hint = 'Close this program and return to Windows...'
  1779.         OnClick = ClkFileMenu_Exit
  1780.         ShortCutText = 'Ctrl+X'
  1781.       end
  1782.     end
  1783.     object MainMenu_Credit: TMenuItem
  1784.       Caption = 'Credit By Exam'
  1785.       object CreditMenu_Video: TMenuItem
  1786.         Caption = '&Video Introduction'
  1787.         OnClick = ClkCreditMenu_Video
  1788.       end
  1789.       object CreditMenu_Who: TMenuItem
  1790.         Caption = '&Who should consider credit by examination?'
  1791.         OnClick = ClkCreditMenu_Who
  1792.       end
  1793.       object CreditMenu_How: TMenuItem
  1794.         Caption = '&How to apply for the examination'
  1795.         OnClick = ClkCreditMenu_How
  1796.       end
  1797.       object CreditMenu_Print: TMenuItem
  1798.         Caption = '&Print application for credit by examination'
  1799.         OnClick = ClkCreditMenu_Print
  1800.       end
  1801.     end
  1802.     object MainMenu_Options: TMenuItem
  1803.       Caption = '&Options'
  1804.       object OptionsMenu_SoundRightAnswer: TMenuItem
  1805.         Caption = 'Turn &Correct Answer Sound Off'
  1806.         OnClick = ClkOptionsMenu_RightSound
  1807.       end
  1808.       object OptionsMenu_SoundWrongAnswer: TMenuItem
  1809.         Caption = 'Turn &Incorrect Answer Sound Off'
  1810.         OnClick = ClkOptionsMenu_WrongAnswer
  1811.       end
  1812.       object OptionsMenu_SoundButtonClick: TMenuItem
  1813.         Caption = 'Turn &Button Click Sound Off'
  1814.         OnClick = ClkOptionsMenu_ButtonClick
  1815.       end
  1816.     end
  1817.     object MainMenu_Help: TMenuItem
  1818.       Caption = '&Help...'
  1819.       object HelpMenu_Contents: TMenuItem
  1820.         Caption = '&Contents'
  1821.         Enabled = False
  1822.         Hint = 'Open Help Window and display a list of main topics...'
  1823.         Visible = False
  1824.         OnClick = ClkHelpMenu_Contents
  1825.       end
  1826.       object HelpMenu_Search: TMenuItem
  1827.         Caption = '&Search for Help On...'
  1828.         Enabled = False
  1829.         Hint = 'Open Help Window to a specific topic...'
  1830.         Visible = False
  1831.         OnClick = ClkHelpMenu_Search
  1832.         ShortCutText = 'F1'
  1833.       end
  1834.       object HelpMenu_HowToUseHelp: TMenuItem
  1835.         Caption = '&How to Use Help'
  1836.         Enabled = False
  1837.         Hint = 'Open Help Window and display instructions for using Help...'
  1838.         Visible = False
  1839.         OnClick = ClkHelpMenu_HowToUseHelp
  1840.       end
  1841.       object N3: TMenuItem
  1842.         Caption = '-'
  1843.         Enabled = False
  1844.         Visible = False
  1845.       end
  1846.       object HelpMenu_About: TMenuItem
  1847.         Caption = '&About...'
  1848.         Hint = 'Displays program and system information...'
  1849.         OnClick = ClkHelpMenu_About
  1850.       end
  1851.     end
  1852.     object MainMenu_Test: TMenuItem
  1853.       Caption = '&Test Version Only...'
  1854.       Enabled = False
  1855.       Visible = False
  1856.       object TestMenu_BuildPrintouts: TMenuItem
  1857.         Caption = '&Build Printouts'
  1858.         Enabled = False
  1859.         Visible = False
  1860.         OnClick = ClkTestMenu_BuildPrintouts
  1861.       end
  1862.     end
  1863.   end
  1864.   object HelpCloud1: THelpCloud
  1865.     Bitmaps.TransparentColor = clOlive
  1866.     Color = clYellow
  1867.     CaptionWidth = 150
  1868.     Style = Bubble
  1869.     Font.Color = clBlack
  1870.     Font.Height = -15
  1871.     Font.Name = 'Arial'
  1872.     Font.Style = []
  1873.     Alignment = taCenter
  1874.     Corner = UpperRight
  1875.     ShowhintCloud = True
  1876.     Left = 24
  1877.     Top = 520
  1878.   end
  1879.   object PrinterSetupDialog: TPrinterSetupDialog
  1880.     Left = 24
  1881.   end
  1882. end
  1883.